Skip to content

ci: disable Claude Code Review workflow (broken auth)#19

Merged
groksrc merged 1 commit into
mainfrom
ci/disable-claude-review
May 18, 2026
Merged

ci: disable Claude Code Review workflow (broken auth)#19
groksrc merged 1 commit into
mainfrom
ci/disable-claude-review

Conversation

@groksrc
Copy link
Copy Markdown
Member

@groksrc groksrc commented May 18, 2026

Problem

claude-code-review.yml fails on every PR in ~19s with:

Your organization has disabled Claude subscription access for Claude Code
· Use an Anthropic API key instead, or ask your admin to enable access

ANTHROPIC_API_KEY is unset, so there's no fallback. It dies before reading the diff — no review is produced. This is pre-existing and repo-wide, not introduced by any recent PR: it also failed on the unrelated codex/fix-schema-picoschema-examples branch back on 2026-05-06. It went unnoticed because the workflow is PR-only (runs on main are skipped).

It is a non-blocking review bot — there is no build or lint gate on this repo — so the failure is cosmetic but red-Xes every PR and obscures real signal.

Change

Switch the trigger to workflow_dispatch only. The pull_request trigger is preserved commented-out, with a header comment explaining why it's disabled and exactly how to restore it.

To re-enable (separate, admin-level)

Either:

  • Re-enable Claude subscription access for Claude Code in org settings, or
  • Add an ANTHROPIC_API_KEY repo secret and wire it into the action's with: block

…then uncomment the pull_request trigger.

Note

This unblocks PR #18 (Hermes docs) and any other open/future PRs. Self-evidently can't be reviewed by the very bot it disables.

🤖 Generated with Claude Code

The org disabled Claude subscription access for Claude Code and this
workflow has no ANTHROPIC_API_KEY fallback, so it fails in ~19s on
every PR before reviewing anything (verified repo-wide: fails on
unrelated branches too, e.g. codex/fix-schema-picoschema-examples).
It is a non-blocking review bot, not a build or correctness gate.

Switch the trigger to workflow_dispatch only so it no longer red-Xes
every PR. The pull_request trigger is preserved commented-out with
restore instructions in a header comment — re-enable once auth is
fixed (org setting or ANTHROPIC_API_KEY secret).

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
@groksrc groksrc merged commit 3436282 into main May 18, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant